GtkWindow: Reset gestures after triggering right click titlebar action
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 25 Nov 2015 16:28:15 +0000 (17:28 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 25 Nov 2015 20:59:48 +0000 (21:59 +0100)
commit4981ca9f137c46a453d04c2b3c8bb39b0142f417
tree2b00d7c7b61ecdfb3d85f3dcd06f6dad77f7e927
parent923ad2767ac722c7e4ec40d0f03ca01283a99b3b
GtkWindow: Reset gestures after triggering right click titlebar action

Just like it happens for window dragging, we're likely to not see the
matching button release for this event, so we must reset the controller
manually here.

https://bugzilla.gnome.org/show_bug.cgi?id=758661
gtk/gtkwindow.c